public final class ColorParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ColorParams.RenderingIntent |
Modifier and Type | Field and Description |
---|---|
static int |
BP |
static int |
OP |
static int |
OPM |
Constructor and Description |
---|
ColorParams() |
Modifier and Type | Method and Description |
---|---|
static boolean |
BP(int flags) |
static boolean |
OP(int flags) |
static boolean |
OPM(int flags) |
static int |
pack(ColorParams.RenderingIntent ri,
boolean bp,
boolean op,
boolean opm) |
static ColorParams.RenderingIntent |
RI(int flags) |
public static final int BP
public static final int OP
public static final int OPM
public static ColorParams.RenderingIntent RI(int flags)
public static boolean BP(int flags)
public static boolean OP(int flags)
public static boolean OPM(int flags)
public static int pack(ColorParams.RenderingIntent ri, boolean bp, boolean op, boolean opm)